home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr05 / zprow211.zip / ZPROWIN.REV < prev   
Text File  |  1995-03-02  |  13KB  |  362 lines

  1.                         ZIP'R Professional For Windows
  2.  
  3.  
  4. 03-02-95 ■ Version 2.11
  5.  
  6.          . Modified code to make sure the extension on the executable
  7.            filename field is always ".exe", ".com", or ".bat".  If the
  8.            extension does not match one of these extensions, it is
  9.            replaced with the ".exe" extension.
  10.  
  11.          . Removed the Directory Validator from the executable filename
  12.            field.  Instead of issuing a warning error to the user,
  13.            ZIP'R Pro simply tries to format the entered string to an
  14.            appropriate value.
  15.  
  16.          . Fixed a minor problem where ".zip" would be placed in the
  17.            compressed filename field (Advanced interface only) when
  18.            the executable file field was filled in.  Modified code to
  19.            put a complete filename and extension in this field, but only
  20.            if it is initially blank.
  21.  
  22.  
  23. 02-16-95 ■ Version 2.10
  24.  
  25.          . See ZPROCESS.REV for a problem fix related to using internal
  26.            compression on a single-user system.
  27.  
  28.          . Fixed a problem where changing the name of the executable
  29.            file when using the Advanced interface would cause the
  30.            compressed filename field to be changed to match the EXE name.
  31.  
  32.          . Updated help file with changes to the name of STSI's BBS.
  33.            (Name was changed from The Bertha BBS to The STSI BBS.)
  34.  
  35.          . Updated copyright notices.
  36.  
  37.  
  38. 01-27-95 ■ Version 2.09
  39.  
  40.          . Modified code to reflect new routine names from STSI's
  41.            internal stString unit.
  42.  
  43.          . Fixed a problem where the ARJ advanced compression options
  44.            were not being saved.  The default compression option was
  45.            always being used, instead of the value specified by the
  46.            user.
  47.  
  48.  
  49. 11-24-94 ■ Version 2.08
  50.  
  51.          . Fixed a problem where .RND files were not being deleted in
  52.            the cleanup process.
  53.  
  54.  
  55. 11-16-94 ■ Version 2.07
  56.  
  57.          . No changes.  (See ZPROCESS.REV for changes.)
  58.  
  59.  
  60. 11-13-94 ■ Version 2.06
  61.  
  62.          . No changes.  (See ZPROCESS.REV for changes.)
  63.  
  64.  
  65. 11-06-94 ■ Version 2.05
  66.  
  67.          . Included file ERRORS.OPL with distribution package, 
  68.            which was previously omitted.
  69.  
  70.  
  71. 10-29-94 ■ Version 2.04
  72.  
  73.          . No changes.  (See ZPROCESS.REV for changes.)
  74.  
  75.  
  76. 10-10-94 ■ Version 2.03
  77.  
  78.          . Updated code and documentation for ASP compliance.  STSI
  79.            is now an ASP approved author!
  80.  
  81.          . Fixed a minor problem in the Registration code checking
  82.            routine.  (Placing 0 in the Network Users field did not
  83.            produce the same results as leaving the field blank.)
  84.  
  85.          . Fixed a problem where files with a .ZSF or .IID extension
  86.            were not being erased in the Cleanup process.  This was
  87.            due to an inaccurate conditional define from a previous
  88.            version of ZIP'R Pro For Windows.  This error should not
  89.            have caused any noticeable problems to the average user.
  90.  
  91.  
  92. 08-16-94 ■ Version 2.02
  93.  
  94.          . Fixed a major problem when using internal ZIP compression.
  95.            When attempting to recompress a program using the Update
  96.            option, users would receive an Error Number 5, (File Access
  97.            Denied).  The compressed file had been marked as read-only, and
  98.            therefore could not be initialized for any other action.  This
  99.            error condition did not appear when using a Novell network, so
  100.            internal beta-testing efforts did not catch the problem.  Added
  101.            code to make sure the compressed file's attributes were properly
  102.            set before any action to the file is attempted.
  103.  
  104.          . Modified the Run button on the editing screen to say "Test Run"
  105.            instead of "Run".
  106.  
  107.  
  108. 08-09-94 ■ Version 2.01
  109.  
  110.          . Updated the ZPROWIN.HLP help file with graphics and
  111.            expanded descriptions.
  112.  
  113.          . Fixed a problem where the Floppy button was not being
  114.            enabled when PKZIP was selected as the compression type.
  115.            (Advanced interface only.)  (A procedure was not declared
  116.            as virtual, and thus was not being overridden.)
  117.  
  118.          . Fixed a problem where the Compression button was not
  119.            being disabled when LHA or None was selected as the
  120.            compression type.  (Advanced interface only.)  (A
  121.            procedure was not declared as virtual, and thus was not
  122.            being overridden.)
  123.  
  124.          . Added Launch Compress As and Launch Decompress As
  125.            options to the Video Options screen.  This allows the
  126.            compression and decompression processes to occur as an
  127.            icon, or to use the setting defined in the ZPROCESS.PIF
  128.            file.
  129.  
  130.          . Added a conversion routine to each of the compression
  131.            paths to make sure they are written to the ZPROWIN.INI
  132.            file in upper case.
  133.  
  134.          . Modified the resource for the Compression Paths screen
  135.            to make sure that the text for the fields is displayed
  136.            in lower case, making it easier to read.
  137.  
  138.          . Modified code to trim a filename and its extension from
  139.            any of the fields on the Compression Paths screen, and
  140.            to make sure that the resulting string contains a trailing
  141.            backslash.
  142.  
  143.          . Added STSI's company telephone numbers to the About box.
  144.  
  145.          . Modified the resource for the About box to make sure that
  146.            the background color is always gray, no matter what the
  147.            Windows color scheme is set to.
  148.  
  149.          . Fixed a problem where the Selective Extraction, Selective
  150.            Exclusion, IN Commands, OUT Commands, TSR Pre-Program
  151.            Commands, and TSR Post-Program Commands were not being
  152.            cleared properly when an icon was edited using a right
  153.            mouse click.  This would produce duplicate entries within
  154.            each field, especially when more than one file was edited
  155.            during a session.
  156.  
  157.  
  158. 08-04-94 ■ Version 2.00
  159.  
  160.          . Added 3 user interfaces to ZIP'R Pro For Windows to allow
  161.            users to select the level that feels right for them.
  162.            Beginner users don't have to wade through all of the
  163.            advanced options.  Advanced users can access a myriad of
  164.            available options, and intermediate users can settle on a
  165.            comfortable compromise between the two.
  166.  
  167.          . Integrated the ZIF Editor into ZIP'R Pro For Windows.  Added
  168.            a menu system, dialog boxes, and icons to display the files
  169.            available for executing through ZIP'R Pro.  The entire program
  170.            can now be executed within the Windows interface, making it
  171.            much easier to use.
  172.  
  173.          . Updated the version number in the registration
  174.            procedure.
  175.  
  176.  
  177. 07-19-94 ■ Version 1.03
  178.  
  179.          . No changes made.
  180.  
  181.  
  182. 04-22-94 ■ Version 1.02
  183.  
  184.          . No modifications.  (See ZIFPROW.REV for modifications
  185.            to the ZIF Editor Pro.)
  186.  
  187.  
  188. 03-29-94 ■ Version 1.01
  189.  
  190.          . Removed support for the /CLEANUP option and moved
  191.            operational code to the ZIF Editor Pro.
  192.  
  193.          . Rearranged the processing order to more closely
  194.            reflect the order used in ZIP'R Pro For DOS.
  195.  
  196.          . Added support for the /TEST and /CLEANUP options.
  197.  
  198.          . Removed redundant InitializeZPWVariables procedure.
  199.  
  200.  
  201. 03-24-94 ■ Version 1.00
  202.            
  203.          . Removed the opening delay screen if the user has
  204.            registered ZPROWIN.
  205.  
  206.          . If QueryOption is enabled, launch the ZProcessor with
  207.            focus.
  208.  
  209.          . Changed the launch style constants to provide greater
  210.            consistency throughout the code.
  211.  
  212.  
  213. 02-14-94 ■ Version 0.6ß
  214.  
  215.          . Updated IFDEF and IFNDEF statements throughout the code
  216.            to minimize code size for each module.
  217.  
  218.          . Added floppy support to ZProWin.
  219.  
  220.          . Corrected a problem where the Instance ID file was not
  221.            having its hidden attribute set.
  222.  
  223.          . Added code to create an Instance ID file when operating
  224.            in a WIN-OS2 session under OS/2.  The Instance ID file
  225.            is used to prevent ZPROWIN from continuing operations
  226.            until the ZProcessor has finished.
  227.  
  228.          . Fixed a problem where the AtomicLockFile procedure
  229.            was not initializing a variable properly, generating
  230.            a General Protection Fault.
  231.  
  232.          . Moved the ZProcessorSignalFile creation routine to
  233.            ZPROWIN.EXE, reducing the chance of conflicts during
  234.            the transition to ZPROCESS.EXE.
  235.  
  236.          . Converted units to share code with ZIP'R Professional
  237.            For DOS and ZProcessor.
  238.  
  239.  
  240. 12-01-93 ■ Version 0.5ß
  241.  
  242.          . Fixed various problems with ZIP'R Professional not
  243.            passing parameters back and forth between the ZProc
  244.            signal file.
  245.  
  246.          . Corrected a problem where the .ZFW extension was not
  247.            being passed to the ZProcessor.
  248.  
  249.          . Altered the command-line processing to allow a .ZFW
  250.            extension to be specified, but not requiring it.
  251.  
  252.          . Fixed a problem where the .ZSF file was not being hidden
  253.            following a read operation.
  254.  
  255.          . Added a ZProcessor Signal File (.ZSF) to enable inter-
  256.            process communication between ZIP'R and ZProcessor.
  257.  
  258.          . Moved all signal file creation routines to the ZProcessor,
  259.            to take advantage of atomic lock files.
  260.  
  261.          . Incorporated code from ZIP'R Professional For DOS to
  262.            handle the decompression and compression processes.
  263.  
  264.          . Removed SQZ support, due to the fact that it hasn't been
  265.            updated recently, and does not support errorlevels.
  266.  
  267.          . Re-wrote ZIP'R Professional For Windows in Pascal.
  268.  
  269.  
  270. 11-25-93 ■ Version 0.4ß
  271.  
  272.          . Replaced a missing equals sign in the routine that reads
  273.            the ZIPRWIN.INI file.
  274.  
  275.          . Corrected a problem in the LaunchDOSAppAndWait routine
  276.            that could result in an "Illegal Function Call" error
  277.            message, due to an invalid window style being set.
  278.  
  279.          . Declared all local and global variables that caused
  280.            errors due to using option explicit.
  281.  
  282.          . Added "Option Explicit" to global declarations, to force
  283.            all variables to be declared before use.
  284.  
  285.  
  286. 07-06-93 ■ Version 0.3ß
  287.            
  288.          . Replaced all references to hard-coded file numbers with
  289.            variables based on the first available file number.
  290.  
  291.          . Corrected a problem in the Update code where ZIP'R For
  292.            Windows was deleting the .ZIP file after ZPROCESS.EXE
  293.            finished its processing.
  294.  
  295.          . Added Update Option code, including the scan for deleted
  296.            files routine.
  297.  
  298.          . Added Query Option code.
  299.  
  300.  
  301. 07-05-93 ■ Version 0.2ß
  302.  
  303.          . Added call to separate ZIPRWIN.DLL to calculate how much
  304.            disk space was available.
  305.  
  306.          . Changed the command processor detection method to be more
  307.            compatible with 4DOS, NDOS, etc..
  308.  
  309.          . Changed the way ZPROCESS.EXE is launched.  If launched
  310.            as a window or icon, ZPROCESS will not be given the
  311.            focus.  This makes the temporary file creation and the
  312.            compression/decompression process less obtrusive.
  313.  
  314.          . Changed the format of the .ZFW files.
  315.  
  316.          . Added extra code to make sure that the current directory
  317.            is correct before generating any files.
  318.  
  319.          . Added routines to delete token files if an error
  320.            is encountered.
  321.  
  322.          . Added error message if ZPROCESS.EXE writes an
  323.            ERRORLEVEL to the token file.
  324.  
  325.          . Changed file open routines to query for a free file,
  326.            rather than hard-coding in a file number.
  327.  
  328.          . Added routine to wait until ZPROCESS.EXE had finished
  329.            before continuing program execution.
  330.  
  331.          . Re-wrote ZIPRWIN.INI file read routines.
  332.  
  333.          . Changed position of all error messages.  Previously,
  334.            they were grouped together in a separate sub-routine.
  335.            This made it difficult to troubleshoot.
  336.  
  337.          . Changed .EXE name from ZIPRW.EXE to ZIPRWIN.EXE.  Changed
  338.            all occurrences of ZIPRW to ZIPRWIN.
  339.  
  340.          . Entered as much code as possible from old version of
  341.            ZIP'R For Windows into new version.
  342.  
  343.          . Changed programming language used to write ZIP'R For
  344.            Windows.  Old language was too slow.
  345.  
  346.  
  347. 04-10-93 ■ Version 0.1ß
  348.  
  349.          . Added code to pass information to ZPROCESS.EXE, which
  350.            creates the temporary file needed to calculate the
  351.            disk space required to decompress a compressed file.
  352.  
  353.  
  354. 04-06-93 ■ Version 0.0ß
  355.  
  356.          . Added routines to pass parameters to ZPROCESS.EXE.
  357.  
  358.          . Transferred over as much of the ZIP'R code as was
  359.            applicable to ZIP'R For Windows.
  360.  
  361.          . Initial coding begun.
  362.